home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5612 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: holland.tessi.com!not-for-mail
  2. From: paulb@holland.tessi.com (Paul Blattner)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Classes over network?
  5. Date: 5 Feb 1996 09:08:56 -0800
  6. Organization: Quality Software Engineering, Inc.
  7. Message-ID: <4f5dj8$6qu@holland.tessi.com>
  8. References: <4erliv$sva@lastactionhero.rs.itd.umich.edu>
  9. NNTP-Posting-Host: holland.tessi.com
  10.  
  11. In article <4erliv$sva@lastactionhero.rs.itd.umich.edu>,
  12. Chris Herringshaw <xxviper@umich.edu> wrote:
  13. >
  14. >Just wondering if anyone has found a fairly decent way to pass objects
  15. >over network connections.  Nothing extravagent in my objects, like
  16. >other classes, pointers, etc, but I do have one arbitrary length string.
  17. >This suggests that bundling the class up into a struct and using
  18. >RPC would not be very simple.  Any ideas from the guru's?
  19.  
  20. Chris,
  21.  
  22. Rogue Wave's Tools.h++ contains a pair of "virtual stream" classes named
  23. RWXDRistream and RWXDRostream.
  24.  
  25. These classes provide streaming objects over networks using the XDR protocol.
  26.  
  27. In addition, RW's Net.h++ provides similar classes that work
  28. across TCP/IP sockets.
  29.  
  30. Paul
  31.  
  32.  
  33. -- 
  34. Quality Software Engineering, Inc.      The Successful Transition Seminar
  35. PO Box 303                              "Helping companies make a successful
  36. Beaverton  OR  97075                     transition to object technology"
  37. (503)  538-8256                 Training in C++ and Tools.h++
  38.